Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
QuickDraw 3D RAVE Routines / Texture and Bitmap Methods


TQATextureDelete

A drawing engine may define a method to delete a texture map. This method is optional and must be supported only by drawing engines that support texture mapping.

typedef void (*TQATextureDelete) (TQATexture *texture);
texture
A texture map.
DESCRIPTION
Your TQATextureDelete function is called whenever an application calls QATextureDelete. Your function should delete the texture map specified by the texture parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996